home *** CD-ROM | disk | FTP | other *** search
/ Digital Photography Made Easy 27 / Digital Photography Made Easy Issue 27.iso / pc / Software / Utilities / ImageBridgeReader.exe / %MAINDIR% / TOfflineMode.template < prev    next >
Encoding:
Text File  |  2003-01-08  |  1.4 KB  |  41 lines

  1. <html>
  2. <head>
  3. <title>Offline Mode</title>
  4. </head>
  5.  
  6. <body bgcolor='white' text='black' topmargin='0' bottommargin='0' leftmargin='0' rightmargin='0' scroll='no'>
  7.  
  8. <a href="http://www.digimarc.com" target=new_window><img src="{!key:ProcessDir!}TopGraphicLogo.gif" border='0' height='43' align='absbottom'></a>
  9.  
  10. <table width='100%%' height='100%%' border='0' cellspacing='0' cellpadding='0'>
  11.     <tr> 
  12.         <td width='153' height='100%%' valign='top' background="{!key:ProcessDir!}SideBar.jpg">
  13.             <div align='center'> <br>
  14.             {!key:ImagePath??<img align=top alt='Selected Image' border=0 height=140 width=120 src="%s">!}
  15.             </div>
  16.         </td>
  17.  
  18.         <td width='20' height='100%%'> </td>
  19.   
  20.         <td height='100%%' valign='top' background="">
  21.             <br>
  22.             <font style='font-size:10pt;' face='arial'>
  23.             {!key:CopyrightYears!}<br>
  24.             {!key:CreatorID?? Digimarc ID: %s<br>!}
  25.             {!key:ImageID?? Image ID: %s<br>!}   
  26.             {!key:TransID?? Transaction ID: %s<br>!}
  27.             {!key:DistID?? Distributor ID: %s<br>!}
  28.             {!key:Restricted??'Restricted'!} {!key:Protected?? 'Do-Not-Copy'!} {!key:Adult?? 'Adult'!}
  29.             <br><br><br><br>
  30.             <center>
  31.                 <b>Internet Explorer appears to be in Offline mode.</b>
  32.                 <br><br><br>
  33.                 Toggle Offline mode off to <a href='command:Retry'>get more details on this image.</a>
  34.             </center>
  35.             </font>
  36.         </td>
  37.     </tr>
  38. </table>
  39. </body>
  40. </html>
  41.